home *** CD-ROM | disk | FTP | other *** search
- procedure main/0
-
- _517:
- call concat1/0,0
- cut
- execute_proc concat6/0
-
-
- procedure concat1/0
-
- _1038:
- put_list X1
- unify_constant_write a
- get_cdr_list_write
- unify_constant_write b
- get_cdr_list_write
- unify_constant_write c
- unify_nil_write
- put_list X2
- unify_constant_write d
- get_cdr_list_write
- unify_constant_write e
- unify_nil_write
- put_variable_y Y1,X3
- call concat/3,1
- put_unsafe_value Y1,X1
- escape write/1
- escape nl/0
- proceed
-
-
- procedure concat6/0
-
- _1593:
- put_list X3
- unify_constant_write a
- get_cdr_list_write
- unify_constant_write b
- get_cdr_list_write
- unify_constant_write c
- get_cdr_list_write
- unify_constant_write d
- get_cdr_list_write
- unify_constant_write e
- unify_nil_write
- put_variable_y Y2,X1
- put_variable_y Y1,X2
- call concat/3,2
- put_unsafe_value Y2,X1
- escape write/1
- escape nl/0
- put_unsafe_value Y1,X1
- escape write/1
- escape nl/0
- escape nl/0
- fail
-
-
- procedure concat/3
-
- switch_on_term _2267,_2268,fail
- _2273:
- try_me_else _2278,3
- _2267:
- get_value_x X2,X3
- get_nil X1
- proceed
- _2278:
- trust_me_else fail
- _2268:
- get_list X1
- unify_variable_x X4
- unify_variable_x X1
- get_list X3
- unify_value_x X4
- unify_variable_x X3
- execute_proc concat/3
-
-
-